ci: Tweak the HTML report style
authorEmmanuele Bassi <ebassi@gnome.org>
Sun, 14 Apr 2019 19:37:21 +0000 (20:37 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Sun, 14 Apr 2019 19:37:21 +0000 (20:37 +0100)
The header needs to take into account the job id field.

.gitlab-ci/meson-html-report.py

index 77832d8af78e6be5df5ffe797f17e27297e1acb2..4a2b3643f4088e41c4d624663b99e6db4ed9d367 100755 (executable)
@@ -52,7 +52,7 @@ header {
 }
 
 article {
-  padding-top: 160px;
+  padding-top: 200px;
   margin: 2em;
 }